home *** CD-ROM | disk | FTP | other *** search
/ Building Homes of Our Own / Building Homes of our Own.iso / setup / data1.cab / Everything / working / houCons.dxr / exitFrameScripts_6.ls < prev    next >
Encoding:
Text File  |  2002-09-25  |  281 b   |  14 lines

  1. property done
  2.  
  3. on exitFrame me
  4.   global gUserDataMan, gPromptMan
  5.   if not done then
  6.     sendAllSprites(#sendToolBarCoverAway)
  7.     if not SiteInterestAndOverHeadCharged(gUserDataMan) then
  8.       doPrompt(gPromptMan, #Site_IandOH)
  9.     end if
  10.     done = 1
  11.   end if
  12.   go(the frame)
  13. end
  14.